home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / progjrn / pj_6_6.arc / NDPF386.ARC / NDPCMP.BAT < prev    next >
DOS Batch File  |  1988-09-02  |  241b  |  8 lines

  1. Echo Compiling %1.for using NDP FORTRAN-386 v1.4d w/80387 >%1.tim
  2. time <c:\dos\cr >>%1.tim
  3. run386 d:\ndpf\ndpf386 %1.for -n2 %2 %3 %4 %5
  4. 386asmp -nolist -twocase %1.s
  5. time <c:\dos\cr >>%1.tim
  6. fastlink @%1.lnk
  7. time <c:\dos\cr >>%1.tim
  8.